Possible to stop Adobe DreamWeaver from rewriting 'onclick' to 'onClick'? [closed]
Posted
by
DA01
on Programmers
See other posts from Programmers
or by DA01
Published on 2011-03-16T02:49:48Z
Indexed on
2011/03/16
8:18 UTC
Read the original article
Hit count: 159
rewrite
|dreamweaver
I've been giving my dev team grief by checking in HTML edited in DW. It turns out that DW has silently been rewriting all instances of 'onclick' to 'onClick' completely breaking the application in Webkit on us.
I've done some digging on Google and this appears to be a bug that goes back to at least 2004. Supposedly it has nothing to do with your code re-writing settings and what triggers it is opening any document that does not contain a Doctype. Few of ours do, given that we're maintaining a framework that's using all sorts of include and dependency files.
In all my Googling, I haven't found a fix, though. Has anyone come across one short of swearing off Adobe products forever?*
- something, btw, that I'm perfectly fine doing...it's just that given the insane IT lockdown on our work machines, we have very few software choices. For now, It's Notepad++ for me.
© Programmers or respective owner